Welcome![Sign In][Sign Up]
Location:
Search - android UI

Search list

[androidui

Description: android开发,GridLayout布局做的计算器-android development, GridLayout layout calculator to do
Platform: | Size: 1024 | Author: xiaoming | Hits:

[androidui

Description: AbsoluteLayout做的登陆界面android应用程序-AbsoluteLayout do the login screen android application
Platform: | Size: 1024 | Author: xiaoming | Hits:

[androidAndroid-beautiful-UI

Description: Android精美UI,Android精美UI -Android beautiful UI
Platform: | Size: 4471808 | Author: 南宫 | Hits:

[OS DevelopCarouselExample

Description: 一些基于Java代码的AndroidUI工具包 android-ui-utils Carousel 旋转Example例子源码,英文注释,不知有没有人需要呢?AndroidUI工具包中的效果之一。-Some kits based AndroidUI android-ui-utils Carousel rotation Example source code examples, English Notes Java code, I wonder if there people who need it? One effect AndroidUI kit.
Platform: | Size: 252928 | Author: 张明 | Hits:

[androidFirstGameForView

Description: android雷达UI 界面设计 模仿雷达扫描搜索-Radar android UI
Platform: | Size: 1368064 | Author: xuan | Hits:

[androidGreenDroid

Description: Android的ui开发类库 GreenDroid是用于android应用开发的一个UI界面类库,里面包括了很多Android界面设计方面的类库,方便Android开发者使用,不多介绍了,有意的可下载这个开发包。-The development library GreenDroid Android ui UI interface library for an android application development, which includes a lot of Android interface design library, easy to use Android developers, much describes the intention of this development kit can be downloaded .
Platform: | Size: 443392 | Author: gpudn34 | Hits:

[GUI DevelopAndroid-development-guide

Description: Android开发 引导页动画UI界面效果(个人整理08),,Android开发知识非常齐全,适合Android开发入门使用。-Android development guide page animation UI effects 08 (individual), and the complete knowledge of the Android development, suitable for introduction to Android development.
Platform: | Size: 5836800 | Author: 孙王 | Hits:

[androidCarouselExample

Description: 一些基于Java代码的AndroidUI工具包 android-ui-utils Carousel 旋转Example例子源码,英文注释,不知有没有人需要呢?AndroidUI工具包中的效果之一-Some kits based AndroidUI android-ui-utils Carousel rotation Example source code examples, English Notes Java code, I wonder if there people who need it? One AndroidUI effects kit
Platform: | Size: 252928 | Author: 赵坤东 | Hits:

[JSPAndroid-Introductory-Tutorial

Description: 本书是一本适合初学者安卓编程入门的好教程,其中含有Android系统介绍、Android应用层的开发方式、Android的UI的系统实现等安卓开发中重要而基础的内容。通过阅读这本书,初学者对安卓编程能共有一个系统而全面的了解。-This book is a good introductory tutorial for beginners android programming, which contains the Android system introduction, development mode Android application layer, UI system Android Android development, such as the realization of an important and basic content. By reading this book, Andrews programming beginners can share a systematic and comprehensive understanding.
Platform: | Size: 3864576 | Author: fang | Hits:

[androidAndroid-Layout-UI

Description: UI动画,不同的时间,显示不同画面,以星期为单位-UI animations, different time, different screen display, in weeks
Platform: | Size: 415744 | Author: 王刚 | Hits:

[JSP/JavaWin8Style

Description: win8样式的AndroidUI,大家下载可以参考一下哦-win8 style for android ui ,downloding
Platform: | Size: 666624 | Author: mr.LEE | Hits:

[OtherSpinner

Description: android中的UI控件,spinner下拉列表。它是一个列表选择框,会在用户选择后,展示一个列表供用户进行选择。-The android UI controls, spinner drop-down list. It is a list of select box, the user will be selected, shows a list for the user to make a selection.
Platform: | Size: 650240 | Author: chen | Hits:

[androidfinance-letter-UI-design

Description: android 安卓开源 云信理财项目UI设计-Android open source cloud project finance letter UI design
Platform: | Size: 5768192 | Author: 小颖童 | Hits:

[JSP/JavaGF-android

Description: Android源码 - 高仿去哪儿酒店预定UI部分Eclipse下通过。-Android source- high imitation where the hotel is scheduled to UI part Eclipse through.
Platform: | Size: 10604544 | Author: kills | Hits:

[androidandroid-DisplayingBitmaps

Description: 它演示了如何有效地加载大位图在非主UI线程,缓存位图(无论是在内存和磁盘),管理内存位图和UI元素,如ViewPager和ListView/ GridView控件显示位图。-It demonstrates how to load large bitmaps efficiently off the main UI thread, caching bitmaps (both in memory and on disk), managing bitmap memory and displaying bitmaps in UI elements such as ViewPager and ListView/GridView.
Platform: | Size: 181248 | Author: ringmoxang | Hits:

[androidandroid-BasicImmersiveMode

Description: “沉浸式模式”是提高“隐藏全屏”和“隐藏导航栏”的模式,通过让用户刷卡进出酒吧一个新的UI模式。此示例演示了如何启用和禁用程序身临其境的模式。- Immersive Mode is a new UI mode which improves hide full screen and hide nav bar modes, by letting users swipe the bars in and out. This sample demonstrates how to enable and disable immersive mode programmatically.
Platform: | Size: 117760 | Author: ziqaomui | Hits:

[androidaa

Description: Android 仿360恶意广告拦截扫描UI效果源码.zip-Imitation 360 malicious Android UI effects source ad blocker scanning .zip
Platform: | Size: 2283520 | Author: wwww | Hits:

[OtherLab_2_1

Description: android UI 设计,各种界面布局的特点和使用方法 选择菜单和选项菜单的使用方法 -android UI design, characteristics and use of various interface layout choices to use menus and menu options
Platform: | Size: 2415616 | Author: summer | Hits:

[androidCards-UI-master

Description: 卡片式View,支持单个卡片,item为卡片的ListView 使用: CardListView list = ... list.setCardTheme(CardTheme.Dark) CardAdapter adapter = new CardAdapter(this, android.R.color.holo_blue_dark) list.setAdapter(adapter) // Alternatively, you can pass a context and string resources in place of strings // CardHeader has an optional second parameter for a subtitle CardHeader header = new CardHeader( I m a header ) // You can optionally set an action to the header // Specifying no action title will default to See More header.setAction( See More , new CardHeader.ActionListener() { @Override public void onHeaderActionClick(CardHeader header) { // Do whatever you want } }) // Add the header to the adapter, automatically notifies the list adapter.add(header) // Again, you can pass a context and string resources in place of strings Card card = new Card( Hello , My name is Aidan ) adapter.add(card) -This library is no longer maintained, as this implementation is generally frowned upon in the new Google Material design guidelines, excluding certain situations (like Google Keep type UI). See the new CardView APIs in the Support Library.
Platform: | Size: 84992 | Author: 蒋舜 | Hits:

[androidandroid-circlebutton-master

Description: Android圆形按钮,实际实现是继承自ImageView 使用方式: repositories { mavenCentral() mavenLocal() } ... dependencies { compile com.github.markushi:circlebutton:1.1 } 布局: <FrameLayout xmlns:android= http://schemas.android.com/apk/res/android xmlns:app= http://schemas.android.com/apk/res-auto android:layout_width= match_parent android:layout_height= match_parent > <at.markushi.ui.CircleButton android:layout_width= 64dip android:layout_height= 64dip android:src= @drawable/ic_action_tick app:cb_color= #99CC00 app:cb_pressedRingWidth= 8dip /> </FrameLayout>-Circle button widget for Android
Platform: | Size: 861184 | Author: 蒋舜 | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 20 »

CodeBus www.codebus.net